net/http.persistConn.closed (field)
8 uses
net/http (current package)
transport.go#L1930: closed error // set non-nil when conn is closed, before closech is closed
transport.go#L1965: b := pc.closed != nil
transport.go#L2264: if pc.closed != nil {
transport.go#L2673: req.logf("closech recv: %T %#v", pc.closed, pc.closed)
transport.go#L2675: return nil, pc.mapRoundTripError(req, startBytesWritten, pc.closed)
transport.go#L2739: if pc.closed == nil {
transport.go#L2740: pc.closed = err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |